home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Telecommunications / Updates⁄New / MicroPhone 2 Scripts / ChatMP2 / unInitConv < prev   
Encoding:
Text File  |  1988-06-07  |  803 b   |  23 lines  |  [TEXT/ttxt]

  1.  Settings File = TestBed
  2.  Script Name = unInitConv
  3.  Command Key = 
  4.  F-key = 
  5.  Menu = NO
  6.  Button = NO
  7.  
  8. 1   Remark "====================================="
  9. 2   Remark "Make entire screen a scroll region. This is the norm."
  10. 3   Remark "====================================="
  11. 4   Send Local to Screen  "^[[1;24r"
  12. 5   Remark "====================================="
  13. 6   Remark "Move cursor to bottom of screen, and scroll"
  14. 7   Remark "it up two lines."
  15. 8   Remark "====================================="
  16. 9   Move Cursor to Absolute row  "24"
  17. 10  Move Cursor to Absolute column  "1"
  18. 11  Send Local to Screen  "^M^J^M^J"
  19. 12  Remark "====================================="
  20. 13  Remark "Reset the terminal settings changed in 'InitConv'."
  21. 14  Remark "====================================="
  22. 15  Restore Term Params 
  23.